object CompareResultsDlg: TCompareResultsDlg Left = 359 Top = 189 Width = 461 Height = 421 Caption = 'R'#233'sultats de la Comparaison' Color = clBtnFace Constraints.MinHeight = 140 Constraints.MinWidth = 280 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poMainFormCenter ShowHint = True OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 26 Width = 453 Height = 342 Align = alClient BevelOuter = bvNone BorderStyle = bsSingle Color = clWindow ParentBackground = False TabOrder = 0 object Bevel2: TBevel Left = 0 Top = 0 Width = 8 Height = 338 Align = alLeft Shape = bsSpacer end object Panel2: TPanel Left = 8 Top = 0 Width = 441 Height = 338 Align = alClient BevelOuter = bvNone Color = clWindow TabOrder = 0 object Bevel3: TBevel Left = 0 Top = 0 Width = 441 Height = 8 Align = alTop Shape = bsSpacer end object CompareLbl: TLabel Left = 0 Top = 8 Width = 441 Height = 13 Align = alTop Caption = '%' WordWrap = True OnDblClick = CompareLblDblClick end object Bevel4: TBevel Left = 0 Top = 21 Width = 441 Height = 8 Align = alTop Shape = bsSpacer end object ResultsView: TOvcVirtualListBox Left = 0 Top = 29 Width = 441 Height = 309 BorderStyle = bsNone HeaderColor.BackColor = clBtnFace HeaderColor.TextColor = clBtnText IntegralHeight = False NumItems = 0 OwnerDraw = True ProtectColor.BackColor = clRed ProtectColor.TextColor = clWhite RowHeight = 13 SelectColor.BackColor = clHighlight SelectColor.TextColor = clHighlightText OnDrawItem = ResultsViewDrawItem OnGetItem = ResultsViewGetItem Align = alClient TabOrder = 0 OnDblClick = ResultsViewDblClick OnKeyDown = ResultsViewKeyDown OnMouseDown = ResultsViewMouseDown end end end object StatusBar1: TStatusBar Left = 0 Top = 368 Width = 453 Height = 19 Panels = <> SimplePanel = True SimpleText = 'Double-cliquez sur un fichier pour l'#39'ouvrir dans le visualiseur ' + 'associ'#233'.' end object TBDock1: TTBDock Left = 0 Top = 0 Width = 453 Height = 26 object TBToolbar1: TTBToolbar Left = 0 Top = 0 Align = alTop DockMode = dmCannotFloatOrChangeDocks DragHandleStyle = dhNone FullSize = True Images = Images.MainHot ShowCaption = False TabOrder = 0 object CloseBtn: TTBItem Caption = '&Fermer' OnClick = CloseBtnClick end object TBSeparatorItem1: TTBSeparatorItem end object PrintBtn: TTBItem Hint = 'Imprimer les r'#233'sultats' ImageIndex = 21 OnClick = PrintBtnClick end object CopyBtn: TTBItem Hint = 'Copier vers le presse-papier' ImageIndex = 100 OnClick = CopyBtnClick end object SaveBtn: TTBItem Hint = 'Sauver les r'#233'sultats dans un fichier' ImageIndex = 57 OnClick = SaveBtnClick end end end object SaveDialog: TSaveDialog Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing] Left = 168 Top = 288 end object PrintDialog: TPrintDialog Options = [poPageNums] Left = 136 Top = 288 end end